Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NReadonlyArray<T> Class
Members


In This Topic
    NReadonlyArray<T> Class
    In This Topic
    Represents a readonly array of items.
    Object Model
    NReadonlyArray<T> Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NReadonlyArray(Of T) 
       Implements INContains(Of T), INCountable(Of T), INIndexedMultiSet(Of T), INIndexedSet(Of T), INIterable(Of T), INReverseIterable(Of T), INSet(Of T) 
    'Usage
     
    
    Dim instance As NReadonlyArray(Of T)
    [System.Reflection.DefaultMember("Item")]
    public class NReadonlyArray<T> : INContains<T>, INCountable<T>, INIndexedMultiSet<T>, INIndexedSet<T>, INIterable<T>, INReverseIterable<T>, INSet<T>  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NReadonlyArray<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also